home *** CD-ROM | disk | FTP | other *** search
/ Sky at Night 2009 October / SAN CD 10-2009 CD-ROM 53.iso / pc / issueMedia / VP_oct09.swf / scripts / DefineButton2_50 / BUTTONCONDACTION on(release).as next >
Encoding:
Text File  |  2009-08-21  |  174 b   |  10 lines

  1. on(release){
  2.    tellTarget(_parent)
  3.    {
  4.       bS = !bS ? 1 : 0;
  5.       x = !bS ? MCQUE.play() : MCQUE.stop();
  6.       x = !bS ? "Pause" : "Play";
  7.       PP = x;
  8.    }
  9. }
  10.